metaContentType

Class: com.microstrategy.web.app.taglibs.MetaContentTypeTag

Usage:

This custom tag takes care of rendering the META HTML tag information for the page, according to what specified on the Locales configuration file, depending on the language the user has requested. For example, for english, the definition of this tag:
 <web:metaContentType/>
 
will render HTML content as:
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 


No attributes defined